home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / subdatab.zip / DEMOPRJ2.DPR < prev    next >
Text File  |  1996-03-18  |  211b  |  14 lines

  1. program Demoprj2;
  2.  
  3. uses
  4.   Forms,
  5.   D2unit1 in 'D2UNIT1.PAS' {Form1},
  6.   Demostat in 'DEMOSTAT.PAS' {StatusDialog};
  7.  
  8. {$R *.RES}
  9.  
  10. begin
  11.   Application.CreateForm(TForm1, Form1);
  12.   Application.Run;
  13. end.
  14.